home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / N-O / ORGANNEL CHARTS.cpt / ORGANNEL CHARTS™ / card_33001.txt < prev    next >
Text File  |  1988-02-06  |  18KB  |  791 lines

  1. -- card: 33001 from stack: in
  2. -- bmap block id: 33082
  3. -- flags: 4000
  4. -- background id: 2577
  5. -- name: 1a
  6. ----- HyperTalk script -----
  7. on openCard
  8.   put the long date into card field "date"
  9. end openCard
  10.  
  11.  
  12.  
  13. -- part 1 (field)
  14. -- low flags: 00
  15. -- high flags: 0007
  16. -- rect: left=13 top=248 right=330 bottom=498
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 0 / 0
  19. -- text alignment: 0
  20. -- font id: 3
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: 
  25.  
  26.  
  27. -- part 7 (button)
  28. -- low flags: 00
  29. -- high flags: A003
  30. -- rect: left=429 top=226 right=248 bottom=498
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 0 / 0
  33. -- text alignment: 1
  34. -- font id: 0
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: RETURN
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   visual effect venetian blinds
  42.   go to card "Level1"
  43. end mouseUp
  44.  
  45.  
  46.  
  47. -- part 12 (field)
  48. -- low flags: 00
  49. -- high flags: 0004
  50. -- rect: left=84 top=36 right=54 bottom=293
  51. -- title width / last selected line: 0
  52. -- icon id / first selected line: 0 / 0
  53. -- text alignment: 0
  54. -- font id: 3
  55. -- text size: 10
  56. -- style flags: 512
  57. -- line height: 13
  58. -- part name: name
  59.  
  60.  
  61. -- part 16 (field)
  62. -- low flags: 00
  63. -- high flags: 0004
  64. -- rect: left=372 top=36 right=54 bottom=497
  65. -- title width / last selected line: 0
  66. -- icon id / first selected line: 0 / 0
  67. -- text alignment: 0
  68. -- font id: 3
  69. -- text size: 10
  70. -- style flags: 512
  71. -- line height: 13
  72. -- part name: 
  73.  
  74.  
  75. -- part 18 (field)
  76. -- low flags: 00
  77. -- high flags: 0000
  78. -- rect: left=85 top=64 right=82 bottom=140
  79. -- title width / last selected line: 0
  80. -- icon id / first selected line: 0 / 0
  81. -- text alignment: 0
  82. -- font id: 3
  83. -- text size: 10
  84. -- style flags: 0
  85. -- line height: 13
  86. -- part name: sal
  87. ----- HyperTalk script -----
  88. on closeField
  89.   set  the numberFormat to "0.00"
  90.   if hilite of button id 19 is true then
  91.     put  line 1 of card field "sal"*26 into line 1 of card field "ansal"
  92.   end if
  93.   if hilite of button id 20 is true then
  94.     put  line 1 of card field "sal"*24 into line 1 of card field "ansal"
  95.   end if
  96.   if hilite of button id 31 is true then
  97.     put  line 1 of card field "sal"*52 into line 1 of card field "ansal"
  98.   end if
  99. end closeField
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111. -- part 19 (button)
  112. -- low flags: 00
  113. -- high flags: E006
  114. -- rect: left=273 top=62 right=78 bottom=355
  115. -- title width / last selected line: 0
  116. -- icon id / first selected line: 0 / 0
  117. -- text alignment: 1
  118. -- font id: 0
  119. -- text size: 12
  120. -- style flags: 0
  121. -- line height: 16
  122. -- part name: BiWeekly
  123. ----- HyperTalk script -----
  124. on mouseUp
  125.   set the numberFormat to "0.00"
  126.   set the cursor to 4
  127.   if hilite of button id 19 is true then
  128.     put line 1 of card field "sal"*26 into line 1 of card field "ansal"
  129.     set hilite of button id 20 to false
  130.     set hilite of button id 31 to false
  131.   else set hilite of button id 20 to true
  132.   if hilite of button id 20 is true then
  133.     put line 1 of card field "sal"*24 into line 1 of card field "ansal"
  134.   end if
  135.   put "0.00" into line 1 of card field "amofchg"
  136.   put "0.00" into line 1 of card field "%ofchg"
  137.   put "0.00" into line 1 of card field "newsal"
  138.   put "0.00" into line 1 of card field "newansal"
  139. end mouseUp
  140.  
  141.  
  142.  
  143. -- part 20 (button)
  144. -- low flags: 00
  145. -- high flags: A006
  146. -- rect: left=384 top=62 right=78 bottom=491
  147. -- title width / last selected line: 0
  148. -- icon id / first selected line: 0 / 0
  149. -- text alignment: 1
  150. -- font id: 0
  151. -- text size: 12
  152. -- style flags: 0
  153. -- line height: 16
  154. -- part name: SemiMonthly
  155. ----- HyperTalk script -----
  156. on mouseUp
  157.   set the numberFormat to "0.00"
  158.   set the cursor to 4
  159.   if hilite of button id 20 is true then
  160.     put line 1 of card field "sal"*24 into line 1 of card field "ansal"
  161.     set hilite of button id 19 to false
  162.     set hilite of button id 31 to false
  163.   else set hilite of button id 31 to true
  164.   if hilite of button id 31 is true then
  165.     put line 1 of card field "sal"*52 into line 1 of card field "ansal"
  166.   end if
  167.   put "0.00" into line 1 of card field "amofchg"
  168.   put "0.00" into line 1 of card field "%ofchg"
  169.   put "0.00" into line 1 of card field "newsal"
  170.   put "0.00" into line 1 of card field "newansal"
  171. end mouseUp
  172.  
  173.  
  174.  
  175. -- part 23 (field)
  176. -- low flags: 00
  177. -- high flags: 0000
  178. -- rect: left=129 top=90 right=108 bottom=196
  179. -- title width / last selected line: 0
  180. -- icon id / first selected line: 0 / 0
  181. -- text alignment: 0
  182. -- font id: 3
  183. -- text size: 10
  184. -- style flags: 0
  185. -- line height: 13
  186. -- part name: ansal
  187. ----- HyperTalk script -----
  188. on openField
  189.   set the numberFormat to "0.00"
  190.   send tabKey to card field "DoLR"
  191. end openField
  192.  
  193.  
  194. -- part 24 (button)
  195. -- low flags: 00
  196. -- high flags: 8000
  197. -- rect: left=13 top=36 right=51 bottom=82
  198. -- title width / last selected line: 0
  199. -- icon id / first selected line: 0 / 0
  200. -- text alignment: 1
  201. -- font id: 0
  202. -- text size: 12
  203. -- style flags: 0
  204. -- line height: 16
  205. -- part name: Jod Title:
  206.  
  207.  
  208. -- part 25 (button)
  209. -- low flags: 00
  210. -- high flags: 8000
  211. -- rect: left=293 top=36 right=51 bottom=377
  212. -- title width / last selected line: 0
  213. -- icon id / first selected line: 0 / 0
  214. -- text alignment: 1
  215. -- font id: 0
  216. -- text size: 12
  217. -- style flags: 0
  218. -- line height: 16
  219. -- part name: Start Date:
  220.  
  221.  
  222. -- part 26 (button)
  223. -- low flags: 00
  224. -- high flags: 8000
  225. -- rect: left=12 top=62 right=77 bottom=72
  226. -- title width / last selected line: 0
  227. -- icon id / first selected line: 0 / 0
  228. -- text alignment: 1
  229. -- font id: 0
  230. -- text size: 12
  231. -- style flags: 0
  232. -- line height: 16
  233. -- part name: Salary:
  234.  
  235.  
  236. -- part 27 (button)
  237. -- low flags: 00
  238. -- high flags: 8000
  239. -- rect: left=12 top=88 right=103 bottom=115
  240. -- title width / last selected line: 0
  241. -- icon id / first selected line: 0 / 0
  242. -- text alignment: 1
  243. -- font id: 0
  244. -- text size: 12
  245. -- style flags: 0
  246. -- line height: 16
  247. -- part name: Annual Salary:
  248.  
  249.  
  250. -- part 28 (button)
  251. -- low flags: 00
  252. -- high flags: 8000
  253. -- rect: left=359 top=62 right=77 bottom=381
  254. -- title width / last selected line: 0
  255. -- icon id / first selected line: 0 / 0
  256. -- text alignment: 1
  257. -- font id: 0
  258. -- text size: 12
  259. -- style flags: 0
  260. -- line height: 16
  261. -- part name: or
  262.  
  263.  
  264. -- part 29 (button)
  265. -- low flags: 00
  266. -- high flags: 8000
  267. -- rect: left=118 top=88 right=106 bottom=131
  268. -- title width / last selected line: 0
  269. -- icon id / first selected line: 0 / 0
  270. -- text alignment: 1
  271. -- font id: 0
  272. -- text size: 12
  273. -- style flags: 0
  274. -- line height: 16
  275. -- part name: $
  276.  
  277.  
  278. -- part 30 (button)
  279. -- low flags: 00
  280. -- high flags: 8000
  281. -- rect: left=75 top=62 right=80 bottom=88
  282. -- title width / last selected line: 0
  283. -- icon id / first selected line: 0 / 0
  284. -- text alignment: 1
  285. -- font id: 0
  286. -- text size: 12
  287. -- style flags: 0
  288. -- line height: 16
  289. -- part name: $
  290.  
  291.  
  292. -- part 31 (button)
  293. -- low flags: 00
  294. -- high flags: A006
  295. -- rect: left=173 top=62 right=78 bottom=243
  296. -- title width / last selected line: 0
  297. -- icon id / first selected line: 0 / 0
  298. -- text alignment: 1
  299. -- font id: 0
  300. -- text size: 12
  301. -- style flags: 0
  302. -- line height: 16
  303. -- part name: Weekly
  304. ----- HyperTalk script -----
  305. on mouseUp
  306.   set the numberFormat to "0.00"
  307.   set the cursor to 4
  308.   if hilite of button id 31 is true then
  309.     put line 1 of card field "sal"*52 into line 1 of card field "ansal"
  310.     set hilite of button id 19 to false
  311.     set hilite of button id 20 to false
  312.   else set hilite of button id 19 to true
  313.   if hilite of button id 19 is true then
  314.     put line 1 of card field "sal"*26 into line 1 of card field "ansal"
  315.   end if
  316.   put "0.00" into line 1 of card field "amofchg"
  317.   put "0.00" into line 1 of card field "%ofchg"
  318.   put "0.00" into line 1 of card field "newsal"
  319.   put "0.00" into line 1 of card field "newansal"
  320. end mouseUp
  321.  
  322.  
  323.  
  324. -- part 32 (button)
  325. -- low flags: 00
  326. -- high flags: 8000
  327. -- rect: left=247 top=62 right=77 bottom=269
  328. -- title width / last selected line: 0
  329. -- icon id / first selected line: 0 / 0
  330. -- text alignment: 1
  331. -- font id: 0
  332. -- text size: 12
  333. -- style flags: 0
  334. -- line height: 16
  335. -- part name: or
  336.  
  337.  
  338. -- part 33 (button)
  339. -- low flags: 00
  340. -- high flags: 8000
  341. -- rect: left=198 top=88 right=103 bottom=323
  342. -- title width / last selected line: 0
  343. -- icon id / first selected line: 0 / 0
  344. -- text alignment: 1
  345. -- font id: 0
  346. -- text size: 12
  347. -- style flags: 0
  348. -- line height: 16
  349. -- part name: Date of Last Raise:
  350.  
  351.  
  352. -- part 34 (field)
  353. -- low flags: 00
  354. -- high flags: 0004
  355. -- rect: left=330 top=88 right=106 bottom=451
  356. -- title width / last selected line: 0
  357. -- icon id / first selected line: 0 / 0
  358. -- text alignment: 0
  359. -- font id: 3
  360. -- text size: 10
  361. -- style flags: 512
  362. -- line height: 13
  363. -- part name: DoLR
  364.  
  365.  
  366. -- part 35 (button)
  367. -- low flags: 00
  368. -- high flags: 8000
  369. -- rect: left=12 top=113 right=129 bottom=260
  370. -- title width / last selected line: 0
  371. -- icon id / first selected line: 0 / 0
  372. -- text alignment: 1
  373. -- font id: 0
  374. -- text size: 12
  375. -- style flags: 0
  376. -- line height: 16
  377. -- part name: Amount of Last Raise per pay period:
  378.  
  379.  
  380. -- part 36 (field)
  381. -- low flags: 00
  382. -- high flags: 0004
  383. -- rect: left=274 top=115 right=133 bottom=340
  384. -- title width / last selected line: 0
  385. -- icon id / first selected line: 0 / 0
  386. -- text alignment: 0
  387. -- font id: 3
  388. -- text size: 10
  389. -- style flags: 512
  390. -- line height: 13
  391. -- part name: 
  392.  
  393.  
  394. -- part 37 (button)
  395. -- low flags: 00
  396. -- high flags: 8000
  397. -- rect: left=263 top=113 right=131 bottom=276
  398. -- title width / last selected line: 0
  399. -- icon id / first selected line: 0 / 0
  400. -- text alignment: 1
  401. -- font id: 0
  402. -- text size: 12
  403. -- style flags: 0
  404. -- line height: 16
  405. -- part name: $
  406.  
  407.  
  408. -- part 38 (button)
  409. -- low flags: 00
  410. -- high flags: 8000
  411. -- rect: left=344 top=113 right=129 bottom=457
  412. -- title width / last selected line: 0
  413. -- icon id / first selected line: 0 / 0
  414. -- text alignment: 1
  415. -- font id: 0
  416. -- text size: 12
  417. -- style flags: 0
  418. -- line height: 16
  419. -- part name: % for Last Raise:
  420.  
  421.  
  422. -- part 39 (field)
  423. -- low flags: 00
  424. -- high flags: 0004
  425. -- rect: left=459 top=115 right=133 bottom=498
  426. -- title width / last selected line: 0
  427. -- icon id / first selected line: 0 / 0
  428. -- text alignment: 0
  429. -- font id: 3
  430. -- text size: 10
  431. -- style flags: 512
  432. -- line height: 13
  433. -- part name: 
  434.  
  435.  
  436. -- part 40 (button)
  437. -- low flags: 00
  438. -- high flags: 8000
  439. -- rect: left=119 top=223 right=238 bottom=246
  440. -- title width / last selected line: 0
  441. -- icon id / first selected line: 0 / 0
  442. -- text alignment: 1
  443. -- font id: 0
  444. -- text size: 12
  445. -- style flags: 0
  446. -- line height: 16
  447. -- part name: Employee Number
  448.  
  449.  
  450. -- part 41 (field)
  451. -- low flags: 00
  452. -- high flags: 0004
  453. -- rect: left=247 top=222 right=240 bottom=346
  454. -- title width / last selected line: 0
  455. -- icon id / first selected line: 0 / 0
  456. -- text alignment: 0
  457. -- font id: 3
  458. -- text size: 10
  459. -- style flags: 512
  460. -- line height: 13
  461. -- part name: 
  462.  
  463.  
  464. -- part 42 (button)
  465. -- low flags: 00
  466. -- high flags: 8003
  467. -- rect: left=211 top=131 right=146 bottom=277
  468. -- title width / last selected line: 0
  469. -- icon id / first selected line: 0 / 0
  470. -- text alignment: 1
  471. -- font id: 0
  472. -- text size: 12
  473. -- style flags: 0
  474. -- line height: 16
  475. -- part name: What If?
  476.  
  477.  
  478. -- part 43 (button)
  479. -- low flags: 00
  480. -- high flags: 8000
  481. -- rect: left=271 top=155 right=172 bottom=355
  482. -- title width / last selected line: 0
  483. -- icon id / first selected line: 0 / 0
  484. -- text alignment: 1
  485. -- font id: 0
  486. -- text size: 12
  487. -- style flags: 0
  488. -- line height: 16
  489. -- part name: New Salary:
  490.  
  491.  
  492. -- part 44 (button)
  493. -- low flags: 00
  494. -- high flags: 8000
  495. -- rect: left=271 top=176 right=192 bottom=403
  496. -- title width / last selected line: 0
  497. -- icon id / first selected line: 0 / 0
  498. -- text alignment: 1
  499. -- font id: 0
  500. -- text size: 12
  501. -- style flags: 0
  502. -- line height: 16
  503. -- part name: New Annual Salary:
  504.  
  505.  
  506. -- part 45 (button)
  507. -- low flags: 00
  508. -- high flags: A006
  509. -- rect: left=18 top=154 right=171 bottom=195
  510. -- title width / last selected line: 0
  511. -- icon id / first selected line: 0 / 0
  512. -- text alignment: 1
  513. -- font id: 0
  514. -- text size: 12
  515. -- style flags: 0
  516. -- line height: 16
  517. -- part name: New Amount of Change:
  518. ----- HyperTalk script -----
  519. on mouseUp
  520.   set the cursor to 4
  521.   if hilite of button id 45 is true then
  522.     set hilite of button id 46 to false
  523.     put "0.00" into line 1 of card field "amofchg"
  524.     put "0.00" into line 1 of card field "%ofchg"
  525.     put "0.00" into line 1 of card field "newsal"
  526.     put "0.00" into line 1 of card field "newansal"
  527.   else set hilite of button id 46 to true
  528. end mouseUp
  529.  
  530.  
  531.  
  532. -- part 46 (button)
  533. -- low flags: 00
  534. -- high flags: E006
  535. -- rect: left=18 top=176 right=192 bottom=158
  536. -- title width / last selected line: 0
  537. -- icon id / first selected line: 0 / 0
  538. -- text alignment: 1
  539. -- font id: 0
  540. -- text size: 12
  541. -- style flags: 0
  542. -- line height: 16
  543. -- part name: New % of Change:
  544. ----- HyperTalk script -----
  545. on mouseUp
  546.   set the cursor to 4
  547.   if hilite of button id 46 is true then
  548.     set hilite of button id 45 to false
  549.     put "0.00" into line 1 of card field "amofchg"
  550.     put "0.00" into line 1 of card field "%ofchg"
  551.     put "0.00" into line 1 of card field "newsal"
  552.     put "0.00" into line 1 of card field "newansal"
  553.   else set hilite of button id 45 to true
  554. end mouseUp
  555.  
  556.  
  557.  
  558. -- part 47 (field)
  559. -- low flags: 00
  560. -- high flags: 0000
  561. -- rect: left=203 top=156 right=174 bottom=262
  562. -- title width / last selected line: 0
  563. -- icon id / first selected line: 0 / 0
  564. -- text alignment: 0
  565. -- font id: 3
  566. -- text size: 10
  567. -- style flags: 0
  568. -- line height: 13
  569. -- part name: amofchg
  570. ----- HyperTalk script -----
  571. on openField
  572.   if hilite of button id 46 is true
  573.   then go to card field id 48
  574. end openField
  575.  
  576. on closeField
  577.   set the cursor to 4
  578.   set the numberFormat to "0.00"
  579.   put (line 1 of card field "sal") + (line 1 of card field "amofchg") into line 1 of card field "newsal"
  580.   put ((((line 1 of card field "newsal")/(line 1 of card field "sal")) - 1)*100) into line 1 of card field "%ofchg"
  581.   if hilite of button id 31 is true then
  582.     put ((line 1 of card field "sal") + (line 1 of card field "amofchg"))*52 into line 1 of card field "newansal"
  583.   end if
  584.   if hilite of button id 19 is true then
  585.     put ((line 1 of card field "sal") + (line 1 of card field "amofchg"))*26 into line 1 of card field "newansal"
  586.   end if
  587.   if hilite of button id 20 is true then
  588.     put ((line 1 of card field "sal") + (line 1 of card field "amofchg"))*24 into line 1 of card field "newansal"
  589.   end if
  590. end closeField
  591.  
  592.  
  593.  
  594. -- part 48 (field)
  595. -- low flags: 00
  596. -- high flags: 0000
  597. -- rect: left=158 top=176 right=195 bottom=202
  598. -- title width / last selected line: 0
  599. -- icon id / first selected line: 0 / 0
  600. -- text alignment: 0
  601. -- font id: 3
  602. -- text size: 10
  603. -- style flags: 0
  604. -- line height: 13
  605. -- part name: %ofchg
  606. ----- HyperTalk script -----
  607. on openField
  608.   if hilite of button id 45 is true
  609.   then go to card field id 47
  610. end openField
  611.  
  612.  
  613. on closeField
  614.   set the cursor to 4
  615.   set the numberFormat to "0.00"
  616.   put ((line 1 of card field "sal"*(line 1 of card field "%ofchg"/100)+ line 1 of card field "sal")) into line 1 of card field "newsal"
  617.   put ((line 1 of card field "ansal"*(line 1 of card field "%ofchg"/100)+ line 1 of card field "ansal")) into line 1 of card field "newansal"
  618.   put ((line 1 of card field "newsal")-(line 1 of card field "sal")) into line 1 of card field "amofchg"
  619. end closeField
  620.  
  621.  
  622.  
  623. -- part 49 (field)
  624. -- low flags: 00
  625. -- high flags: 0000
  626. -- rect: left=363 top=157 right=175 bottom=439
  627. -- title width / last selected line: 0
  628. -- icon id / first selected line: 0 / 0
  629. -- text alignment: 0
  630. -- font id: 3
  631. -- text size: 10
  632. -- style flags: 0
  633. -- line height: 13
  634. -- part name: newsal
  635.  
  636.  
  637. -- part 50 (field)
  638. -- low flags: 00
  639. -- high flags: 0000
  640. -- rect: left=411 top=177 right=195 bottom=490
  641. -- title width / last selected line: 0
  642. -- icon id / first selected line: 0 / 0
  643. -- text alignment: 0
  644. -- font id: 3
  645. -- text size: 10
  646. -- style flags: 0
  647. -- line height: 13
  648. -- part name: newansal
  649.  
  650.  
  651. -- part 51 (button)
  652. -- low flags: 00
  653. -- high flags: 8000
  654. -- rect: left=354 top=155 right=173 bottom=367
  655. -- title width / last selected line: 0
  656. -- icon id / first selected line: 0 / 0
  657. -- text alignment: 1
  658. -- font id: 0
  659. -- text size: 12
  660. -- style flags: 0
  661. -- line height: 16
  662. -- part name: $
  663.  
  664.  
  665. -- part 52 (button)
  666. -- low flags: 00
  667. -- high flags: 8000
  668. -- rect: left=402 top=176 right=194 bottom=415
  669. -- title width / last selected line: 0
  670. -- icon id / first selected line: 0 / 0
  671. -- text alignment: 1
  672. -- font id: 0
  673. -- text size: 12
  674. -- style flags: 0
  675. -- line height: 16
  676. -- part name: $
  677.  
  678.  
  679. -- part 53 (button)
  680. -- low flags: 00
  681. -- high flags: 8000
  682. -- rect: left=194 top=154 right=172 bottom=207
  683. -- title width / last selected line: 0
  684. -- icon id / first selected line: 0 / 0
  685. -- text alignment: 1
  686. -- font id: 0
  687. -- text size: 12
  688. -- style flags: 0
  689. -- line height: 16
  690. -- part name: $
  691.  
  692.  
  693. -- part 57 (button)
  694. -- low flags: 00
  695. -- high flags: 0001
  696. -- rect: left=188 top=200 right=221 bottom=332
  697. -- title width / last selected line: 0
  698. -- icon id / first selected line: 0 / 0
  699. -- text alignment: 1
  700. -- font id: 0
  701. -- text size: 12
  702. -- style flags: 0
  703. -- line height: 16
  704. -- part name: New Button
  705.  
  706.  
  707. -- part 58 (button)
  708. -- low flags: 00
  709. -- high flags: 8000
  710. -- rect: left=13 top=234 right=249 bottom=59
  711. -- title width / last selected line: 0
  712. -- icon id / first selected line: 0 / 0
  713. -- text alignment: 1
  714. -- font id: 0
  715. -- text size: 12
  716. -- style flags: 0
  717. -- line height: 16
  718. -- part name: Notes
  719.  
  720.  
  721. -- part 59 (field)
  722. -- low flags: 00
  723. -- high flags: 0000
  724. -- rect: left=317 top=6 right=26 bottom=497
  725. -- title width / last selected line: 0
  726. -- icon id / first selected line: 0 / 0
  727. -- text alignment: 1
  728. -- font id: 3
  729. -- text size: 12
  730. -- style flags: 0
  731. -- line height: 16
  732. -- part name: date
  733.  
  734.  
  735. -- part contents for card part 23
  736. ----- text -----
  737. 20800.00
  738.  
  739. -- part contents for card part 59
  740. ----- text -----
  741. Saturday, February 6, 1988
  742.  
  743. -- part contents for card part 18
  744. ----- text -----
  745. 800
  746.  
  747. -- part contents for card part 1
  748. ----- text -----
  749. 1/31/88: Sally has been extremely good with customers, however, she still needs to become more assertive with the managers when doing work for them.  She will receive a very good rating this time.
  750.  
  751.  
  752. -- part contents for card part 12
  753. ----- text -----
  754. Secretary III
  755.  
  756. -- part contents for card part 16
  757. ----- text -----
  758. September 23, 1985
  759.  
  760. -- part contents for card part 34
  761. ----- text -----
  762. September 25, 1986
  763.  
  764. -- part contents for card part 36
  765. ----- text -----
  766. 45.00
  767.  
  768. -- part contents for card part 39
  769. ----- text -----
  770. 10
  771.  
  772. -- part contents for card part 41
  773. ----- text -----
  774. 978321-A
  775.  
  776. -- part contents for card part 47
  777. ----- text -----
  778. 0.00
  779.  
  780. -- part contents for card part 48
  781. ----- text -----
  782. 0.00
  783.  
  784.  
  785. -- part contents for card part 49
  786. ----- text -----
  787. 0.00
  788.  
  789. -- part contents for card part 50
  790. ----- text -----
  791. 0.00